Output Devices:

  • group project: add an output device to a microcontroller board you've designed, and program it to do something
  • individual project measure the power consumption of an output device
  • Output Devices

    This week we were supposed to add an output device to the board designed but due to pendamic it was impossible to do that. Hence to continue learning we were advised to use microcontroller available and modules available to do this experiment for this week.

    This week I decided to intergrate sensors that i worked on input devices and lcd screen as output devicesto display the data

    the idea was to monitor the output from all inputs and use lcd to show the output

    I decided to start to monitor the output through the serial monitor of the Arduino IDE for the sensor i wanted to work with for my final project

  • and duplicate the same into the output screen

    I went right ahead to connect screen to arduino and first test if i could display anything

  • after connecting and displaying some output it was time to display data from the sensor am working with for monitoring purposes
  • The files i used and example i used are directly found on arduino IDE

  • you can get the files here

    Back